String Schema
AttributesType Complex Type
Description
List of attributes
Namespace http://string.drv.de/xmlschema/string
Diagram
AttributeSource Element LanguageCode Element Text Element Sequence Description Element Code Element Sequence Attribute Element Sequence AttributesType Complex Type
Overview
AttributesType
List of attributes
Sequence
Sequence
Code xs:token
Code for the attribute
Description 0..∞ TextLanguageType Complex Type
Description for the attribute
Sequence
Text xs:string
Text in the given language
LanguageCode xs:language
ISO language code: either XX or XX_yy
Used By
Attributes Element
Attributes Element
Attributes Element
Attributes Element
Attributes Element
Attributes Element
Attributes Element
Attributes Element
Attributes Element
Attributes Element
Attributes Element
Attributes Element
Attributes Element
Attributes Element
Attributes Element
Attributes Element
Attributes Element
Attributes Element
Attributes Element
Source
<xs:complexType name="AttributesType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>List of attributes</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Attribute" type="AttributeType" nillable="false" maxOccurs="unbounded" />
  </xs:sequence>
</xs:complexType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.